home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / kdir15.zip / KDIR.DOC next >
Text File  |  1992-02-05  |  4KB  |  110 lines

  1. KDIR Version 1.5 (February 1992)  -  DOS Kill Directory Utility
  2.  
  3. DESCRIPTION
  4. ===========
  5.  
  6. Kdir is one of those utilities you wish you had every now and
  7. again when you're faced with the task of deleting an entire
  8. directory structure.  To do it by hand, you have to change to
  9. each subdirectory, delete all files, switch back to the parent
  10. directory, then remove each empty subdirectory.  If any files
  11. have the hidden, or read-only attribute set, you have to reset
  12. the attrubites so you can find and delete them too before you can
  13. remove the subdirectory.  This process can be a real pain if you
  14. have deeply nested directory structures.  Kdir eliminates the
  15. need to perform this laborious process.
  16.  
  17. Kdir will let you delete an entire directory and all its
  18. subdirectories with one simple command.  All files contained in the
  19. subdirectories will be deleted - even if they are hidden or read-
  20. only.  Thus, Kdir is a powerful, yet potentially dangerous
  21. utility.
  22.  
  23. Before dismantling and removing the directories you specify,
  24. Kdir will list all subdirectories that will be affected by the
  25. operation.  It then asks your permission to proceed.  If you
  26. allow Kdir to continue, it will print a complete audit trail of
  27. its activities.  Each file is listed as it is deleted, and when
  28. each subdirectory is empty the program notifies you that it has
  29. been removed.
  30.  
  31. If you want to keep a permanent record of what Kdir did, you may
  32. specify the "/l" option on the command line.  Kdir will then
  33. record its actions in a log file called "KDIR.LOG".  This log file
  34. will be placed in the default directory.
  35.  
  36.  
  37.  
  38. USAGE
  39. =====
  40.  
  41.        kdir [Drive:]\directoryname[\subdirectory name] [/l]
  42.  
  43.  
  44. EXAMPLES
  45. ========
  46.  
  47.       >kdir c:\lotus\wksheets   (removes the c:\lotus\wksheets directory)
  48.  
  49.       >kdir c:\workarea /l      (removes c:\workarea and all subdirectories
  50.                                  and logs its actions to KDIR.LOG)
  51.  
  52.       >kdir a:\                 (removes all directories & files on the
  53.                                  diskette in drive A:)
  54.  
  55.       >kdir data                (removes the "data" subdirectory beneath
  56.                                  the currently logged-in directory)
  57.  
  58. LIMITATIONS
  59. ===========
  60.  
  61. Kdir will process no more than 200 subdirectories in a single execution. For
  62. most people this should not pose any problems.
  63.  
  64. Kdir 1.5 has been tested on MSDOS versions 3.3, 4.01, and 5.0. It should
  65. work successfully on versions 3.0 and 3.1 as well.
  66.  
  67.  
  68. RELEASE HIGHLIGHTS
  69. ==================
  70.  
  71. Version 1.5
  72.  
  73. Fixed one bug.  Under some circumstances, kdir failed
  74. to find the specified directory and DOS returned a "Sector not found" error.
  75. In rare cases a variable was not being properly initialized prior to calling
  76. the DOS set drive function.  This has been corrected.
  77.  
  78. Enhancement - If you specify the root directory (ie a:\, b:\, etc. or just \)
  79. as the directory to "kill", kdir will now warn you that you have requested it
  80. to erase everything on the drive.  It will ask for confirmation before it
  81. continues.  If you reply "Y", it will print all subdirectories as in previous
  82. releases, and ask for yet another confirmation before actually performing the
  83. dirty deed.  This helps prevent accidentally wiping a hard disk clean!
  84.  
  85. Version 1.4.1
  86.  
  87. This release was a bug fix release.  A bug was reported that
  88. if a directory name was entered without the drive letter and
  89. backslash, AND the directory name began with a letter corresponding
  90. to a valid drive, you could get the DOS error "Not ready reading
  91. drive A - Abort, Retry, Ignore".  1.4.1 corrected this problem.
  92.  
  93.  
  94. REGISTRATION
  95. ============
  96.  
  97. Kdir is distributed as Shareware.  If, after trying Kdir, you find it
  98. useful and want to continue to use it, please send your name and address
  99. along with a $5.00 registration fee to:
  100.  
  101.       Jim Simmons
  102.       7804 Virginia Lane
  103.       Falls Church, VA 22043
  104.  
  105. Registration will entitle you to use the program and to receive future updates
  106. and bug fixes.
  107.  
  108. Any comments or suggestions about kdir can be sent to me at the above address,
  109. or by sending mail to COMPUSERV ID: 70431,1325.  Thank you for your support.
  110.